FaStudentAYComment 
Logical Entity Name  FaStudentAYComment 
Default Table Name  FaStudentAYComment 
Physical Only  NO 
Definition 
 
Note 
 

FaStudentAYComment Columns 
ColumnName  Domain  Datatype  NULL  Definition 
FaStudentAYCommentID(PK)    int  NO 
 
FaStudentAYID(FK)    int  NO 
 
CommentsAuthorID(FK)    int  YES 
 
Comments    varchar(4000)  YES 
 
UserID(FK)    int  NO 
 
DateAdded    datetime  NO 
 
DateLstMod    datetime  NO 
 
ts    timestamp  NO 
 

FaStudentAYComment Primary and Unique Keys 
Key Name  Key Type  Keys 
PK_FaStudentAYComment_FaStudentAYCommentID_U_C_IDX  PrimaryKey  FaStudentAYCommentID 

FaStudentAYComment Foreign Keys 
Parent Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype  Not For Replication 
SyStaff  Non-Identifying  Zero or One to Zero or More  FK_FaStudentAYComment_CommentsAuthorID_SyStaff_SyStaffID      CommentsAuthorID  NO  YES 
FaStudentAY  Non-Identifying  One To Zero or More  FK_FaStudentAYComment_FaStudentAYID_FaStudentAY_FaStudentAYID      FaStudentAYID  NO  YES 
SyStaff  Non-Identifying  One To Zero or More  FK_FaStudentAYComment_UserID_SyStaff_SyStaffID      UserID  NO  YES 
Child Relationships: 
Table Name  Type  Cardinality  Constraint Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype  Not For Replication 

FaStudentAYComment Check Constraints 
Check Constraint Name  CheckConstraint